From 1948c9a798126ed458766dc7195c108309fb3de7 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sun, 3 Jun 2007 22:31:09 +0000 Subject: [PATCH] *Add two vars to ArticleViewHeader hook, $outputDone, $pcache --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index 5efa2e5350..ccc7bc176e 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -724,7 +724,7 @@ class Article { } $outputDone = false; - wfRunHooks( 'ArticleViewHeader', array( &$this ) ); + wfRunHooks( 'ArticleViewHeader', array( &$this, &$outputDone, &$pcache ) ); if ( $pcache ) { if ( $wgOut->tryParserCache( $this, $wgUser ) ) { // Ensure that UI elements requiring revision ID have -- 2.20.1